home *** CD-ROM | disk | FTP | other *** search
/ Game Zone - 1,000+ Games / GAMEZONE.BIN / Programs / Win / 2X Wild Stars / 32xstr12.exe / 2XSTARS.EXE / 0 / RCDATA / TPAYCHART / TPAYCHART.txt
Text File  |  1999-05-04  |  498b  |  26 lines

  1. object Paychart: TPaychart
  2.   Left = 244
  3.   Top = 129
  4.   HelpContext = 41010
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Payoff Chart'
  8.   ClientHeight = 413
  9.   ClientWidth = 632
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = [fsBold]
  14.   PixelsPerInch = 96
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   TextHeight = 13
  18.   object Image1: TImage
  19.     Left = 0
  20.     Top = 0
  21.     Width = 105
  22.     Height = 105
  23.     AutoSize = True
  24.   end
  25. end
  26.